Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jline to 2.14.5 #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update jline to 2.14.5 #121

wants to merge 1 commit into from

Conversation

bianjp
Copy link

@bianjp bianjp commented Jul 13, 2017

This solves the following errors in Arch Linux:

[ERROR] Failed to construct terminal; falling back to unsupported
java.lang.NumberFormatException: For input string: "0x100"
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
	at java.lang.Integer.parseInt(Integer.java:580)
	at java.lang.Integer.valueOf(Integer.java:766)
	at javarepl.internal.jline.internal.InfoCmp.parseInfoCmp(InfoCmp.java:59)
	at javarepl.internal.jline.UnixTerminal.parseInfoCmp(UnixTerminal.java:242)
	at javarepl.internal.jline.UnixTerminal.<init>(UnixTerminal.java:65)
	at javarepl.internal.jline.UnixTerminal.<init>(UnixTerminal.java:50)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at java.lang.Class.newInstance(Class.java:442)
	at javarepl.internal.jline.TerminalFactory.getFlavor(TerminalFactory.java:211)
	at javarepl.internal.jline.TerminalFactory.create(TerminalFactory.java:102)
	at javarepl.internal.jline.TerminalFactory.get(TerminalFactory.java:186)
	at javarepl.internal.jline.TerminalFactory.get(TerminalFactory.java:192)
	at javarepl.internal.jline.console.ConsoleReader.<init>(ConsoleReader.java:243)
	at javarepl.internal.jline.console.ConsoleReader.<init>(ConsoleReader.java:235)
	at javarepl.internal.jline.console.ConsoleReader.<init>(ConsoleReader.java:227)
	at javarepl.Main.main(Main.java:55)

@notslang
Copy link

I'm getting this error too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants